@charset "utf-8";
/* CSS Document */

/*关于我们*/

.nyt01 {
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding-top: 64px;
	padding-bottom: 14px;
}

.nyt02 {
	text-align: center;
	color: #e4e4e4;
	font-size: 14px;
}

.content_area {
	width: 1200px;
	margin: 0 auto;
	padding-top: 33px;
}

.content_area .left_nav {
	width: 244px;
	float: left;
}

.content_area .left_nav h4 {
	background: #444444;
	color: #fFf;
	font-size: 17px;
	border-left: 9px solid #efa72b;
	width: 235px;
	height: 52px;
	line-height: 52px;
}

.content_area .left_nav h4 em {
	font-style: normal;
	padding-left: 48PX;
}

.content_area .left_nav ul {
	border: 1px solid #e3e0e0;
	border-top: none;
	padding: 0 20px;
	overflow: hidden;
	padding-bottom: 50px;
}

.content_area .left_nav li {
	font-size: 14px;
	color: #666666;
	border-bottom: 1px dashed #ccc;
}

.content_area .left_nav li>a {
	display: block;
	width: 100%;
	height: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 37PX;
	background: url(../image/dot.jpg) no-repeat 8px center;
}

.content_area .left_nav li:hover {
	color: #efa72b;
	border-bottom: 1px solid #efa72b;
}

.sub {
	display: none;
	padding-left: 40px;
}

.sub a {
	position: relative;
	color: #666 !important;
	display: block;
	padding: 5px 12px;
	font-size: 13px;
}

.sub a:hover {
	color: #efa72b !important;
}

.sub a::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	background: #c3c3c3;
	border-radius: 50%;
}

.left_nav li.act .sub {
	display: block;
	padding-bottom: 10px;
}

.right_area {
	float: right;
	width: 921px;
}

.right_area .position {
	border-bottom: 1px solid #e6e6e6;
	height: 35px;
}

.right_area .position h3 {
	font-size: 16PX;
	color: #333333;
	float: left;
}

.right_area .position h4 {
	color: #666666;
	font-size: 12PX;
	background: url(../image/img10.png) no-repeat left center;
	float: right;
	font-style: normal;
	padding-left: 21PX;
	height: 16px;
	line-height: 16px;
}

.right_area .position h4 strong {
	display: inline-block;
	margin: 0 5px;
	width: 5px;
	height: 9px;
	background: url(../image/img22.jpg) no-repeat center;
}

.right_area .position h4 em {
	color: #efa72b;
	font-style: normal;
}

.font_area {
	font-size: 12PX;
	color: #666666;
	line-height: 28PX;
	min-height: 400PX;
	padding-top: 15PX;
	padding-bottom: 10PX;
}

.font_area img {
	max-width: 100%;
}

/*荣誉资质开始*/

.prize_list {
	padding-top: 35px;
}

.prize_list li {
	width: 300px;
	height: 230px;
	line-height: 230px;
	position: relative;
	border-radius: 5px;
	cursor: pointer;
	float: left;
	margin: 0 3px;
	margin-bottom: 20px;
	background: url(../image/img11.png) no-repeat center bottom;
	text-align: center;
	padding-bottom: 35px;
}

.prize_list li img {
	max-width: 80%;
	max-height: 100%;
	vertical-align: bottom;
}

.prize_list li h3 {
	width: 188px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background: url(../image/img06.png) center;
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}

/*弹出层*/

.mask-wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	text-align: center;
	display: none;
}

.mask-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: .7;
}

.mask-main {
	width: 800px;
	height: 600px;
	position: absolute;
	top: 50%;
	margin-top: -350px;
	left: 50%;
	margin-left: -400px;
}

.mask-img {
	width: 100%;
	height: 700px;
}

.mask-img .img-md {
	max-width: 100%;
	max-height: 100%;
}

.mask-img img {
	max-width: 100%;
	max-height: 100%;
	transition: all .3s;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.mask-main p {
	font-size: 16px;
	color: #fFf;
	margin: auto;
	line-height: 60px;
	height: 60px;
}

.mask-pager li {
	position: absolute;
	top: 25%;
	cursor: pointer;
	height: 50%;
	width: 10%;
}

.mask-pager .prev {
	left: 10%;
	background: url("../image/mask_left.png") no-repeat center;
}

.mask-pager .next {
	right: 10%;
	background: url("../image/mask_right.png") no-repeat center;
}

.mask-close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 20%;
	top: 35%;
	cursor: pointer;
	transition: all 1s;
	background: url("../image/mask_off.png") no-repeat center center;
}

.mask-close:hover {
	transform: rotate(360deg);
}

/*新闻中心开始*/

.nynews_list {
	width: 921px;
	margin: 0 auto;
	padding-top: 38px;
	min-height: 400px;
}

.nynews_list li {
	float: left;
	width: 258px;
	height: 338px;
	border: 1px solid #cccccc;
	padding: 0 12px;
	margin: 0 11px;
	margin-bottom: 26px;
}

.nynews_list li .img {
	display: block;
	text-align: center;
}

.nynews_list li h1 {
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	height: 47px;
	margin-top: 15px;
}

.nynews_list li .span {
	font-size: 14px;
	color: #999999;
	line-height: 23px;
	margin-top: 6px;
	display: block;
}

.nynews_list li .more {
	font-size: 13px;
	color: #efa92f;
	line-height: 24px;
	height: 24px;
	margin-top: 7px;
	display: block;
}

.nynews_list li:hover h1 {
	color: #a50000;
}

.nynews_list li:hover .img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
}

.nynews_list li .img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
	overflow: hidden;
}

/*新闻详情页开始*/

.news_info {
	width: 921px;
	margin: 0 auto;
	padding-top: 40px;
}

.news_info .title {
	text-align: center;
	font-size: 18px;
	color: #333333;
}

.news_info .time {
	font-size: 13px;
	color: #999999;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px;
}

.news_info .nr {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	min-height: 400px;
}

.news_info .nr img {
	max-width: 80%;
}

.news_info .more {
	font-size: 14px;
	color: #666666;
	background: url(../image/return.jpg) no-repeat left center;
	padding-left: 28px;
	display: block;
	margin: 0 auto;
	width: 70px;
	margin-bottom: 40px;
	margin-top: 18px;
}

.news_info .next {
	padding-bottom: 35PX;
}

.news_info .next a {
	display: block;
	font-size: 14PX;
	color: #333333;
	padding-top: 20PX;
}

/*产品页面开始 */

.content_area .proleft_nav {
	width: 178px;
	float: left;
}

.content_area .proleft_nav h3 {
	font-size: 18PX;
	color: #a50000;
	font-weight: bold;
	padding-left: 40px;
}

.content_area .proleft_nav h4 {
	font-size: 14PX;
	color: #dfdfdf;
	font-weight: bold;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 8PX;
}

.content_area .proleft_nav ul {
	padding-top: 20px;
}

.content_area .proleft_nav ul li a {
	line-height: 36px;
	background: #a50000;
	display: block;
	color: #fff;
	padding-left: 40px;
	font-size: 13px;
	margin-bottom: 1px;
}

.proleft_nav ul li .seconde_nav {
	display: none;
}

.proleft_nav ul li .seconde_nav a {
	display: block;
	line-height: 34px;
	background: #fff;
	color: #333;
	padding-left: 37px;
	font-size: 13px;
	color: #333333;
	border-bottom: 1px dotted #ccc;
	background: url(../image/img09.png) no-repeat 8px center;
}

.proleft_nav ul li .seconde_nav a:hover {
	color: #a50000;
	border-bottom: 1px solid #a50000;
}

.product_list {
	width: 921px;
	margin: 0 auto;
	padding-top: 38px;
	padding-bottom: 20PX;
}

.pro_search {
	width: 179px;
	height: 31px;
	background: #f9f9f9;
	font-size: 14px;
	font-weight: bold;
	color: #a50000;
	line-height: 31px;
	margin-top: 13px;
}

.pro_style {
	width: 173px;
	height: 29px;
	border: 1px solid #d1d1d1;
	display: block;
	margin: 0 auto;
	border-radius: 3px;
	margin-top: 10px;
	font-size: 12px;
	color: #666;
	padding-left: 9px;
}

.submit_table .name {
	width: 162px;
	height: 29px;
	line-height: 29px;
	display: block;
	margin: 0 auto;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	font-size: 12px;
	color: #666;
	padding-left: 9px;
	margin-top: 10px;
}

.submit_table .content {
	width: 155px;
	height: 72px;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	font-size: 12px;
	color: #666;
	font-family: "微软雅黑";
	resize: none;
	padding: 10px 9px 0 9px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}

.submit_table .submit {
	background: url(../image/btn02.png) no-repeat center;
	width: 97px;
	height: 27px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
	outline: none;
}

.pro_search em {
	font-weight: bold;
	display: inline-block;
	padding-left: 15px;
	font-style: normal;
}

.product_list li {
	float: left;
	width: 210px;
	margin: 0 8px;
	border: 1px solid #eeeeee;
	height: 307px;
	margin-bottom: 10px;
}

.product_list li .img {
	display: block;
	text-align: center;
}

.product_list li h1 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 22px;
	height: 47px;
	margin-top: 15px;
	text-align: center;
}

.product_list li .span {
	font-size: 12px;
	color: #999999;
	line-height: 23px;
	margin-top: 6px;
	display: block;
}

.product_list li .more {
	font-size: 14px;
	color: #cba227;
	line-height: 24px;
	height: 24px;
	margin-top: 3px;
	display: block;
}

.product_list li:hover h1 {
	color: #efa92f;
}

.product_list li:hover .img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
}

.product_list li .img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
	overflow: hidden;
}

/*产品详情页页面开始*/

.proinfo {
	padding-top: 35px;
}

.proinfo .name {
	font-size: 20PX;
	color: #333;
	text-align: center;
}

.proinfo .img {
	text-align: center;
	width: 497px;
	height: 428px;
	margin: 0 auto;
	margin-top: 30px;
}

.proinfo .img img {
	max-width: 100%;
	max-width: 100%;
	text-align: center;
}

.right_area .title01 {
	height: 42px;
	font-size: 18px;
	color: #444444;
	line-height: 42px;
	background: url(../image/proinfo_line.jpg) no-repeat left bottom;
}

.right_area .introduce {
	width: 899px;
	margin: 0 auto;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 18px;
}

.right_area .introduce img {
	max-width: 90%;
}

.donwnlink {
	font-size: 16px;
	color: #151515;
	font-weight: bold;
	padding-left: 34px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.donwnlink a {
	color: #a50000;
}

/*下载中心开始*/

.content_area .downleft_nav {
	width: 254px;
	float: left;
	padding-bottom: 30px;
}

.content_area .downleft_nav h3 {
	font-size: 18PX;
	color: #a50000;
	font-weight: bold;
	text-align: center;
}

.content_area .downleft_nav h4 {
	font-size: 14PX;
	color: #dfdfdf;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 8PX;
}

.content_area .downleft_nav ul {
	padding-top: 15px;
}

.content_area .downleft_nav li {
	font-size: 13px;
	color: #333333;
	line-height: 40px;
	border-bottom: 1px dotted #ccc;
	text-align: center;
	background: url(../image/img09.png) no-repeat 8px center;
}

.content_area .downleft_nav li a {
	display: block;
	width: 100%;
	height: 100%;
}

.content_area .downleft_nav li:hover {
	color: #a50000;
	border-bottom: 1px solid #a50000;
}

.down_list {
	width: 896px;
	margin: 0 auto;
	background: #fff;
	padding-bottom: 30px;
}

.down_list table {
	width: 921x;
	margin: 0 auto;
	margin-top: 30px;
}

.down_list table td {
	text-align: center;
}

.down_list .head {
	font-size: 14px;
	color: #333333;
	height: 39px;
	border: 1px solid #ededed;
	background: url(../image/img33.jpg) repeat-x center;
}

.down_list .tablebody {
	font-size: 14px;
	color: #666666;
	line-height: 53px;
	background: url(../image/img35.jpg) no-repeat center bottom;
}

.down_list .tablebody a:hover {
	color: #a50000;
}

/*人才招聘开始*/

.people_list {
	margin-bottom: 30px;
}

.people_list .title {
	height: 39px;
	line-height: 39px;
	background: url(../image/img33.jpg) repeat-x left center;
	border: 1px solid #ededed;
	margin-top: 37px;
}

.people_list .title .name {
	display: inline-block;
	text-align: center;
	line-height: 39px;
	font-size: 14px;
	color: #666666;
}

.people_list .list01 {
	line-height: 45px;
	font-size: 14px;
	color: #666666;
	transition: .5s;
	background: #f8f8f8;
	margin-bottom: 2px;
}

.people_list .list01 .name {
	text-align: center;
	display: inline-block;
}

.people_list .list01 .name.cls {
	background: url("../image/img34.png") center no-repeat;
	transition: all .5s;
}

.people_list .list01.cur .name.cls,
.people_list .list01:hover .name.cls {
	background: url("../image/img35.png") center no-repeat;
}

.people_list .cur,
.people_list .list01:hover {
	background: #a50000;
	color: #fff;
}

.people_list .cur .peopleinfo {
	display: block;
	color: #333;
	padding-bottom: 75px;
}

.peopleinfo {
	background: #f8f8f8;
	padding: 0 50px;
	line-height: 35px;
	padding-bottom: 20px;
	display: none;
}

.peopleinfo .title02 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 15px;
}

/*留言板开始*/

.zc {
	font-size: 14px;
	color: #333333;
	width: 90px;
	text-align: right;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}

.zctx {
	border: 1px solid #cccccc;
	width: 474px;
	height: 36px;
	line-height: 36px;
	margin-left: 29px;
	margin-bottom: 15px;
	padding-left: 25px;
	font-size: 12px;
	color: #666;
}

.xh {
	color: Red;
	margin-left: 15px;
	display: inline-block;
	position: relative;
	top: -4px;
}

.yztp {
	display: inline-block;
	position: relative;
	top: -8px;
	margin-left: 15px;
}

.wb2 {
	height: 126px;
	line-height: 38px;
	border: 1px solid #ccc;
	width: 499px;
	margin-left: 29px;
	resize: none;
	margin-bottom: 20px;
	display: inline-block;
}

.position_name {
	font-size: 12px;
	color: #666666;
	display: inline-block;
	width: 480px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #cccccc;
	padding-left: 20px;
	margin-left: 28px;
}

.yztp .tjjl {
	width: 96px;
	height: 38px;
	background: #ff8828;
	line-height: 38px;
	position: relative;
	left: -16px;
	color: #fff;
	display: inline-block;
}

.right_area .submit {
	width: 160px;
	background: #a50000;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	height: 45px;
	margin-left: 119px;
}

.right_area .submit02 {
	width: 160px;
	background: #7b7878;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	height: 45px;
	margin-left: 180px;
}

/*网站地图*/

.stmp_title {
	display: block;
	font-size: 14px;
	color: #333;
	padding-left: 20px;
	line-height: 40px;
	height: 40px;
	background: #f7f7f7;
	font-weight: bold;
}

.stmp>li {
	display: block;
	margin-bottom: 15px;
}

.map_02 a {
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}

.map_02 {
	padding-left: 19px;
	padding-top: 15px;
}

.position01 {
	border-bottom: 1px solid #e6e6e6;
	height: 35px;
	margin-bottom: 30px;
}

.position01 h3 {
	font-size: 16PX;
	color: #333333;
	float: left;
}

.position01 h4 em {
	color: #efa72b;
	font-style: normal;
}

.position01 h4 {
	color: #666666;
	font-size: 12PX;
	background: url(../image/img10.png) no-repeat left center;
	float: right;
	font-style: normal;
	padding-left: 21PX;
	height: 16px;
	line-height: 16px;
}